GrapeCity.CalcEngine.Functions Namespace > CalcLogNormDistFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 3 items: x, mean, standard_dev.
X is the value at which to evaluate the function.
Mean is the mean of ln(x).
Standard_dev is the standard deviation of ln(x).
'Usage Dim instance As CalcLogNormDistFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 3 items: x, mean, standard_dev.
X is the value at which to evaluate the function.
Mean is the mean of ln(x).
Standard_dev is the standard deviation of ln(x).
Target Platforms: Windows Server 2012, Windows RT